C++ classes use of double colon [duplicate]
Posted
by
user2444217
on Stack Overflow
See other posts from Stack Overflow
or by user2444217
Published on 2013-06-28T20:33:35Z
Indexed on
2013/06/28
22:21 UTC
Read the original article
Hit count: 87
c++
This question already has an answer here:
- What does the :: mean in C++? 5 answers
- What Does :: Mean? 3 answers
I am learning C++. Now I don't fully understand what this does
Some_Class::SomeClass {
etc...
}
I would do some research for myself, but I'm not sure where to begin or what's it called. Help would be appreciated.
© Stack Overflow or respective owner